home *** CD-ROM | disk | FTP | other *** search
/ HyperPC 2 / HyperPC 2 - Disc 1.iso / 18_厳選!オンラインソフト130 / アプリケーション / textcp75.lzh / textclip.chm / tclip.css < prev    next >
Cascading Style Sheet File  |  1999-10-03  |  2KB  |  143 lines

  1. BODY{
  2.     font-size:80%;
  3.     line-height:120%;
  4. }
  5.  
  6. H1{
  7.     background-color:#FFFFE0;
  8.     border-bottom:solid 1 black;
  9.     padding:8;
  10.     font-size:120%;
  11.     margin-bottom:4px;
  12. }
  13.  
  14. H2{
  15.     color:#000080;
  16.     font-size:100%;
  17.     margin-bottom:4px;
  18. }
  19.  
  20. H3{
  21.     font-size:100%;
  22.     margin-bottom:0px;
  23.     margin-left:0px;
  24. }
  25.  
  26. OL{
  27.     margin-top:1em;
  28.     margin-left:30px;
  29. }
  30.  
  31. DIV.PAGE{
  32.     margin-left:10px;
  33. }
  34.  
  35. DIV.OTHERS{
  36.     font-weight:normal;
  37. }
  38.  
  39. DIV.REFERS{
  40.     margin-left:10px;
  41. }
  42.  
  43. TD{
  44.     font-size:80%;
  45.     padding-bottom:8px;
  46.     vertical-align:top;
  47. }
  48.  
  49. TABLE.PADZERO TD{
  50.     font-size:80%;
  51.     vertical-align:top;
  52. }
  53.  
  54. TH{
  55.     text-align:left;
  56.     font-size:80%;
  57. }
  58.  
  59.  
  60. LI.step{
  61.     font-weight:bold;
  62.     margin-bottom:1em;
  63. }
  64.  
  65. LI.step DIV{
  66.     font-weight:normal;
  67. }
  68.  
  69. UL{
  70.     margin-top:0px;
  71.     margin-left:20px;
  72. }
  73.  
  74. DIV.NOTES{
  75.     margin-left:30px;
  76. }
  77.  
  78. DIV.HINTS{
  79.     margin-left:30px;
  80. }
  81.  
  82. DIV.NOTES UL{
  83.     margin-left:0px;
  84. }
  85.  
  86. DIV.HINTS UL{
  87.     margin-left:0px;
  88. }
  89.  
  90. LI.step DIV.NOTES{
  91.     margin-left:19px;
  92. }
  93.  
  94. LI.step DIV.HINTS{
  95.     margin-left:19px;
  96. }
  97.  
  98. LI.step DIV.OTHERS{
  99.     margin-left:0px;
  100. }
  101.  
  102. LI.step DIV.REFERS{
  103.     margin-left:0px;
  104. }
  105.  
  106. DIV.HINTS LI.step{
  107.     font-weight:normal;
  108.     font-size:100%;
  109.     margin-bottom:0;
  110.     margin-top:0;
  111. }
  112.  
  113. FIELDSET{
  114.     width:80%;
  115.     margin-left:30px;
  116.     padding:10px;
  117. }
  118.  
  119. LEGEND{
  120.     font-size:100%;
  121.     margin-bottom:4px;
  122.     font-weight:bold;
  123. }
  124.  
  125. FIELDSET.hints{
  126.     border-color:orange;
  127. }
  128.  
  129. FIELDSET.hints LEGEND{
  130.     color:#C35C20;
  131. }
  132.  
  133. FIELDSET.notes{
  134.     border-color:dodgerblue;
  135. }
  136.  
  137. FIELDSET.notes LEGEND{
  138.     color:dodgerblue;
  139. }
  140.  
  141. DT{
  142.     font-weight:bold;
  143. }